; ===================================
; Npc Def NPC File : Herald-0
; News npc in BichonProvince
; -----------------------------------
; Name: Herald
; Job: 
; Map No: 0
; Pos X 304
; Pos Y 254
; File name: *removed*
; Comment: News npc in BichonProvince

;================================================= =
;

(@@sendmsg @storage @getback)


[@main]
#IF
ISADMIN
#ACT
GOTO @start-1

#ELSESAY
Greatings stranger, I'm the Herald of this town\
Here is the latest news:\\
<Latest News/@news>\\
<Close/@exit>

[@news]
Nothing available!\\
<Close/@exit>


[@start-1]
#IF
ISADMIN
#ACT
GOTO @Main-start-1

#ELSEACT 
BREAK
CLOSE


[@Main-start-1]
#SAY
Global shout is for Buying and Selling\
looking for Guilds ETC\
NO CRAP chat that can be done in pms.\
ANYONE Abusing this will get chatbans ETC.\
<Next/@Main-1>


[@Main-1]
Do you want to send a GLOBAL message?\
Note: Each message costs 75k in Gold.\ \
<SendMsg/@@Sendmsg> \
<Exit/@Exit>\


[@@Sendmsg]
#if
checkgold 75000
#act
take gold 75000
#SAY
Your Message Has Been Sent And 75k Removed From You \ \
<Back/@main>\
<Exit/@Exit>\
#ElseSay
You dont have enough gold to send a message.....\ \
<Back/@main>


[@TooLow]
#SAY
BOG OFF lulz


[@abusetoldyou]
#SAY
You Have been Banned From Useing this service.\
<Exit/@Exit>\

and in q-function i put that thing ........ (cant remember lulz ) 